home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / fbuf / bufftest.dfm / bufftest.txt
Text File  |  1996-04-08  |  4KB  |  217 lines

  1. object Form1: TForm1
  2.   Left = 526
  3.   Top = 90
  4.   Width = 476
  5.   Height = 360
  6.   Caption = 'Test FileBuff Unit'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 60
  16.     Width = 181
  17.     Height = 16
  18.     Alignment = taRightJustify
  19.     AutoSize = False
  20.     Caption = 'File Creation Test'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 88
  25.     Width = 181
  26.     Height = 16
  27.     Alignment = taRightJustify
  28.     AutoSize = False
  29.     Caption = 'Copy File Uniform'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 116
  34.     Width = 181
  35.     Height = 16
  36.     Alignment = taRightJustify
  37.     AutoSize = False
  38.     Caption = 'Read File Only'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 12
  42.     Top = 144
  43.     Width = 177
  44.     Height = 16
  45.     Alignment = taRightJustify
  46.     AutoSize = False
  47.     Caption = 'Modify file in place'
  48.   end
  49.   object Label5: TLabel
  50.     Left = 212
  51.     Top = 32
  52.     Width = 78
  53.     Height = 16
  54.     Caption = 'UnBuffered'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 360
  58.     Top = 32
  59.     Width = 59
  60.     Height = 16
  61.     Caption = 'Buffered'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 12
  65.     Top = 172
  66.     Width = 177
  67.     Height = 16
  68.     Alignment = taRightJustify
  69.     AutoSize = False
  70.     Caption = 'Best Speed 64k writes'
  71.   end
  72.   object Label8: TLabel
  73.     Left = 12
  74.     Top = 200
  75.     Width = 177
  76.     Height = 16
  77.     Alignment = taRightJustify
  78.     AutoSize = False
  79.     Caption = 'Best Speed 64k Reads'
  80.   end
  81.   object Label9: TLabel
  82.     Left = 52
  83.     Top = 256
  84.     Width = 75
  85.     Height = 16
  86.     Caption = 'Buffer Size'
  87.   end
  88.   object Label10: TLabel
  89.     Left = 188
  90.     Top = 256
  91.     Width = 86
  92.     Height = 16
  93.     Caption = 'Record Size'
  94.   end
  95.   object Label11: TLabel
  96.     Left = 320
  97.     Top = 256
  98.     Width = 100
  99.     Height = 16
  100.     Caption = 'Num Iterations'
  101.   end
  102.   object Button1: TButton
  103.     Left = 12
  104.     Top = 8
  105.     Width = 113
  106.     Height = 33
  107.     Caption = 'Begin Test'
  108.     Default = True
  109.     TabOrder = 0
  110.     OnClick = Button1Click
  111.   end
  112.   object FileCreateResult: TEdit
  113.     Left = 196
  114.     Top = 56
  115.     Width = 121
  116.     Height = 24
  117.     Enabled = False
  118.     TabOrder = 1
  119.   end
  120.   object UniformCopyResult: TEdit
  121.     Left = 196
  122.     Top = 84
  123.     Width = 121
  124.     Height = 24
  125.     Enabled = False
  126.     TabOrder = 2
  127.   end
  128.   object FileReadResults: TEdit
  129.     Left = 196
  130.     Top = 112
  131.     Width = 121
  132.     Height = 24
  133.     Enabled = False
  134.     TabOrder = 3
  135.   end
  136.   object ModifyInPlaceResults: TEdit
  137.     Left = 196
  138.     Top = 140
  139.     Width = 121
  140.     Height = 24
  141.     Enabled = False
  142.     TabOrder = 4
  143.   end
  144.   object FileCreate2: TEdit
  145.     Left = 328
  146.     Top = 56
  147.     Width = 121
  148.     Height = 24
  149.     Enabled = False
  150.     TabOrder = 5
  151.   end
  152.   object FileCopy2: TEdit
  153.     Left = 328
  154.     Top = 84
  155.     Width = 121
  156.     Height = 24
  157.     Enabled = False
  158.     TabOrder = 6
  159.   end
  160.   object FileReadResults2: TEdit
  161.     Left = 328
  162.     Top = 112
  163.     Width = 121
  164.     Height = 24
  165.     Enabled = False
  166.     TabOrder = 7
  167.   end
  168.   object FileModify2: TEdit
  169.     Left = 328
  170.     Top = 140
  171.     Width = 121
  172.     Height = 24
  173.     Enabled = False
  174.     TabOrder = 8
  175.   end
  176.   object Write64k: TEdit
  177.     Left = 196
  178.     Top = 168
  179.     Width = 121
  180.     Height = 24
  181.     Enabled = False
  182.     TabOrder = 9
  183.   end
  184.   object Read64k: TEdit
  185.     Left = 196
  186.     Top = 196
  187.     Width = 121
  188.     Height = 24
  189.     Enabled = False
  190.     TabOrder = 10
  191.   end
  192.   object BuffSize: TEdit
  193.     Left = 52
  194.     Top = 276
  195.     Width = 121
  196.     Height = 24
  197.     TabOrder = 11
  198.     Text = '32767'
  199.   end
  200.   object RecSize: TEdit
  201.     Left = 188
  202.     Top = 276
  203.     Width = 121
  204.     Height = 24
  205.     TabOrder = 12
  206.     Text = '31'
  207.   end
  208.   object NumIter: TEdit
  209.     Left = 320
  210.     Top = 276
  211.     Width = 121
  212.     Height = 24
  213.     TabOrder = 13
  214.     Text = '200000'
  215.   end
  216. end
  217.